home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / DISKUTIL / PROFILER / !ProFiler / Dox / Sprites < prev    next >
Text File  |  1997-05-12  |  2KB  |  75 lines

  1. <html><head><title>Sprites in ProFiler</title></head>
  2.  
  3. <body>
  4. <h1><center><u>Sprites used in the viewers</u></center></h1>
  5.  
  6. <p>Much of the sprite info below is plainly wrong if the SC_Filer+ module is loaded. See the docs on <a href="./SC_Filer+">SC_Filer+</a> in this case.
  7.  
  8. <p><h2>Files & Image files (XTypes &0000-&0FFF and &3000-&3FFF)</h2>
  9. <pre>Priority    Sprite
  10. 1        small_ttt    (only for small files)
  11. 2        file_ttt
  12. 3        small_xxx    (only for small files)
  13. 4        file_xxx
  14. <i>Where ttt is 3 digit type in hex.</i>
  15. </pre>
  16.  
  17. <p><h2>Untyped files (XType &FFFFFFFF)</h2>
  18. <pre>Priority    Sprite
  19. 1        file_dead    (only when load & exec are both &DEADDEAD)
  20. 2        small_xxx    (only for small files)
  21. 3        file_xxx
  22. </pre>
  23.  
  24. <p><h2>Applications (XType &1000-&2FFF, excluding &1FFD)</h2>
  25. <pre>Priority    Sprite
  26. 1        sm<name>o    (only for small open apps)
  27. 2        <name>o        (only for open apps)
  28. 3        sm<name>    (only for small apps)
  29. 4        <name>
  30. </pre>
  31. If none of the above exist, this one is used:
  32. <pre>5        wait_txxx    (where t is 1 or 2 depending on the name.)
  33. </pre>
  34.  
  35. <p>The app is then Filer_Booted in the background. After booting, this list is checked:
  36.  
  37. <pre>Priority    Sprite
  38. 1        sm<name>o    (only for small open apps)
  39. 2        <name>o        (only for open apps)
  40. 3        sm<name>    (only for small apps)
  41. 4        <name>
  42. 5        smdiro_tttt    (only for small open apps)
  43. 6        diro_tttt    (only for open apps)
  44. 7        smdir_tttt    (only for small apps)
  45. 8        dir_tttt
  46. <i>Where tttt is 4 digit type in hex.</i>
  47. </pre>
  48.  
  49. <p>If no sprite has been found yet, the rest depends on bit12-15 of the extended type:
  50.  
  51. <p><u>XTypes 1000-1FFF:</u>
  52. <pre>Priority    Sprite
  53. 9        small_diro    (only for small open apps)
  54. 10        directoryo    (only for open apps)
  55. 11        small_dir    (only for small apps)
  56. 12        directory
  57. </pre>
  58. <p><u>XTypes 2000-2FFF:</u>
  59. <pre>Priority    Sprite
  60. 9        small_appo    (only for small open apps)
  61. 10        applicationo    (only for open apps)
  62. 11        small_app    (only for small apps)
  63. 12        application
  64. </pre>
  65.  
  66. <p><h2>Plain directories (XType &1FFD)</h2>
  67. <pre>Priority    Sprite
  68. 1        small_diro    (only for small open dirs)
  69. 2        directoryo    (only for open dirs)
  70. 3        small_dir    (only for small dirs)
  71. 4        directory
  72. </pre>
  73.  
  74. </body></html>
  75.